SelfHandledPayload

class SelfHandledPayload(val campaignId: String, val campaignAttributes: CampaignAttributes, val payload: Bundle) : BaseNotificationPayload

Payload for self-handled notifications. Self-handled notifications are handled entirely by the client application, bypassing the SDK's default notification rendering.

Author

MoEngage

Since

14.06.00

Constructors

Link copied to clipboard
constructor(campaignId: String, campaignAttributes: CampaignAttributes, payload: Bundle)

Properties

Link copied to clipboard

Attributes related to the campaign such as sent time and other metadata.

Link copied to clipboard

Unique identifier for each campaign.

Link copied to clipboard

Payload received in Bundle format.

Functions

Link copied to clipboard
open override fun toString(): String